markup fix
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 19 Jul 2007 13:57:16 +0000 (13:57 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 19 Jul 2007 13:57:16 +0000 (13:57 +0000)
svn path=/trunk/; revision=18499

gtk/gtktreeview.c

index e47b3bfb380026637d4d5a724e86e5cc5629b004..cd041bc5a362fe020b4fa66090516c605483abbb 100644 (file)
@@ -15308,8 +15308,8 @@ gtk_tree_view_set_tooltip_cell (GtkTreeView       *tree_view,
  * @path: a pointer to receive a #GtkTreePath or %NULL
  * @iter: a pointer to receive a #GtkTreeIter or %NULL
  *
- * This function is supposed to be used in a GtkWidget::query-tooltip
- * signal handler for #GtkTreeViews.  The @x, @y and @keyboard_tip values
+ * This function is supposed to be used in a #GtkWidget::query-tooltip
+ * signal handler for #GtkTreeView.  The @x, @y and @keyboard_tip values
  * which are received in the signal handler, should be passed to this
  * function without modification.
  *